home *** CD-ROM | disk | FTP | other *** search
- object Array1MainForm: TArray1MainForm
- Left = 192
- Top = 109
- Width = 264
- Height = 273
- Caption = 'Dynamic Array Example 1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 256
- Height = 246
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 13
- TabOrder = 0
- end
- object btnResizeArray: TButton
- Left = 120
- Top = 144
- Width = 115
- Height = 25
- Caption = 'Resi&ze array'
- TabOrder = 1
- OnClick = btnResizeArrayClick
- end
- object btnFillArray: TButton
- Left = 120
- Top = 176
- Width = 115
- Height = 25
- Caption = '&Fill array with values'
- TabOrder = 2
- OnClick = btnFillArrayClick
- end
- end
-